home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / bubble_burst.swf / scripts / DefineButton2_311 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-01-19  |  413 b   |  28 lines

  1. on(press){
  2.    ┬º┬ºpush(true);
  3.    ┬º┬ºpush(false);
  4.    ┬º┬ºpush(false);
  5.    ┬º┬ºpush(true);
  6.    while(true)
  7.    {
  8.       if(┬º┬ºpop())
  9.       {
  10.       }
  11.       if(┬º┬ºpop())
  12.       {
  13.       }
  14.       if(┬º┬ºpop())
  15.       {
  16.          break;
  17.       }
  18.       ┬º┬ºpush(true);
  19.       ┬º┬ºpush(false);
  20.    }
  21.    e.f = g.h();
  22.    if(e.f[┬º┬ºconstant(4)] > 0)
  23.    {
  24.       gotoAndStop("submit");
  25.       play();
  26.    }
  27. }
  28.